From: Kenichi Handa Date: Fri, 24 Jan 2003 13:28:24 +0000 (+0000) Subject: (jka-compr-insert-file-contents): Call X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28636 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7e09fa4685891205c9253b4dee76cdad07b69edb;p=emacs.git (jka-compr-insert-file-contents): Call docode-coding-inserted-region. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 32bd6ea55c1..e1780b33296 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -593,7 +593,7 @@ There should be no more than seven characters after the final `/'." (file-exists-p local-copy) (delete-file local-copy))) - (decode-coding-region-as-inserted-from-file + (decode-coding-inserted-region (point) (+ (point) size) (jka-compr-byte-compiler-base-file-name file) visit beg end replace)